Auto merge of #2347 - alexcrichton:robust-tests, r=wycats
authorbors <bors@rust-lang.org>
Mon, 1 Feb 2016 18:04:03 +0000 (18:04 +0000)
committerbors <bors@rust-lang.org>
Mon, 1 Feb 2016 18:04:03 +0000 (18:04 +0000)
commit808cb99cb8795fec5e0ac0cfef17ac587698f8b1
tree6802de4ac630b2c92cfae446751a31d97e5262e7
parentc4c6f39e3b833dd98858ad7bce5de3a5a60101dc
parentc3e1c194909fb7baf4334ddba5a44c7a6da62bc3
Auto merge of #2347 - alexcrichton:robust-tests, r=wycats

* Remove the XDG_CONFIG_HOME environment variable as we're resetting HOME
* Add GIT_CONFIG_NOSYSTEM to encourage git to not read that configuration

Closes #2345